.h1, h1 {
    font-size: 2.5rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #bf3b67;
}
h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #bf3b67;
}
.h3, h3 {
    font-size: 1.75rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #bf3b67;
}
.card-body {
    background: #cccccc;
    padding: 15px;
    border-bottom: 2px solid #ec0928;
}